updating oE db_table_list

db_table_list

include eds.e 
namespace eds 
public function db_table_list() 

lists all tables in the current database.

Returns:

A sequence, of all the table names in the current database. Each element of this sequence is a sequence, the name of a table.

Errors:

An error occurs if the current database is undefined.

Example 1:
sequence names = db_table_list() 
for i = 1 to length(names) do 
    puts(1, names[i] & '\n') 
end for 
See Also:

db_select_table, db_create_table

Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu